home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global md1
- if the castNum of sprite 6 = the number of cast "please save" then
- set md1 to the duration of cast the number of cast "full 3"
- puppetTransition(12, 0, 16, 1)
- set the castNum of sprite 6 to the number of cast "full 3"
- else
- puppetTransition(12, 0, 16, 1)
- set md1 to the duration of cast the number of cast "please save"
- set the castNum of sprite 6 to the castNum of sprite 6 - 1
- end if
- end
-